home *** CD-ROM | disk | FTP | other *** search
/ Mac Expert 1995 Winter / Mac Expert - Winter 95.iso / Les fichiers / Utilitaires divers / Divers / AWOL utilities ƒ / HoW Developer’s Kit 1.1ƒ / HoWSample / HoWSample.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-03-31  |  575 b   |  24 lines  |  [TEXT/MPS ]

  1. /* HoWSample.h - declarations for Help on Wheels sample application */
  2.  
  3. /* to compile: BuildProgram HoWS */
  4.  
  5. /* - - - - - - - - - - - an AWOL Software Production - - - - - - - - - - - */
  6. /* - - - - - - - - - - - - - (c) 1994 Ross Brown - - - - - - - - - - - - - */
  7. /* - - - - - - - - -  Email:  ab026@freenet.carleton.ca  - - - - - - - - - */
  8.  
  9. #include    "HoWSample.r.h"
  10.  
  11. /* general constants */
  12.  
  13. #define    jokeTag    42
  14. #define    dialogTag    1700
  15. #define    menuTag    1800
  16.  
  17. /* general types */
  18.  
  19. /* file creators and types */
  20.  
  21. #define    tHoWSample    'HoWS'
  22.  
  23. #define    tHoWSamplePreferences    'pref'
  24.